home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 October / Pcwk1097.iso / REKLAMY / ATA-INT / 3220 / 3220.EXE / 3220.DXR / 00096_anim setup 12.10.ls < prev    next >
Encoding:
Text File  |  1997-02-13  |  2.6 KB  |  19 lines

  1. global gDCAnimObj, gSweepHiliteTrigger
  2.  
  3. on exitFrame
  4.   set checkBoxSprs to [30, 33, 34, 35, 37, 38, 39, 40, 41, 43, 44]
  5.   set checkBoxNames to ["12.10.02a", "12.10.05a", "12.10.06a", "12.10.07a", "12.10.09a", "12.10.10a", "12.10.11a", "12.10.12a", "12.10.13a", "12.10.15a", "12.10.16a"]
  6.   set graphicCastNames to ["12.10.02c", "12.10.05c", "12.10.06c", "12.10.07c", "12.10.09c", "12.10.10c", "12.10.11c", "12.10.12c", "12.10.13c", "12.10.15c", "12.10.16c"]
  7.   set textCastNames to ["12.10.02b", "12.10.05b", "12.10.06b", "12.10.07b", "12.10.09b", "12.10.10b", "12.10.11b", "12.10.12b", "12.10.13b", "12.10.15b", "12.10.16b"]
  8.   set graphicAnims to [[10, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []], [11, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []], [11, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []], [11, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []], [12, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []], [12, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []], [12, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []], [13, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []], [14, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []], [15, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []], [15, point(320, 240), point(320, 240), 0, [], 0, EMPTY, []]]
  9.   set txtAnims to [[24, point(15, 118), point(15, 118), 0, [], 0, EMPTY, []], [25, point(15, 181), point(15, 181), 0, [], 0, EMPTY, []], [25, point(15, 181), point(15, 181), 0, [], 0, EMPTY, []], [25, point(15, 181), point(15, 181), 0, [], 0, EMPTY, []], [26, point(15, 242), point(15, 242), 0, [], 0, EMPTY, []], [26, point(15, 242), point(15, 242), 0, [], 0, EMPTY, []], [26, point(15, 242), point(15, 242), 0, [], 0, EMPTY, []], [27, point(15, 313), point(15, 313), 0, [], 0, EMPTY, []], [28, point(15, 385), point(15, 385), 0, [], 0, EMPTY, []], [29, point(15, 448), point(15, 448), 0, [], 0, EMPTY, []], [29, point(15, 448), point(15, 448), 0, [], 0, EMPTY, []]]
  10.   set sharedSprs to [[2, 3, 4], [5, 6, 7], [10, 11]]
  11.   set frameOnlySprs to [10, 11, 12, 13, 14, 15, 24, 25, 26, 27, 28, 29]
  12.   set masterCheck to the number of cast "12.10.02a"
  13.   set checkBoxNums to [1452, 1456, 1458, 1460, 1463, 1465, 1467, 1469, 1471, 1474, 1476]
  14.   set graphicNums to [423, 425, 426, 427, 429, 430, 431, 433, 435, 437, 438]
  15.   set textNums to [1453, 1457, 1459, 1461, 1464, 1466, 1468, 1470, 1472, 1475, 1477]
  16.   set gDCAnimObj to birth(script "DCAnimation", checkBoxSprs, checkBoxNames, graphicCastNames, textCastNames, graphicAnims, txtAnims, sharedSprs, frameOnlySprs, masterCheck, checkBoxNums, graphicNums, textNums)
  17.   set gSweepHiliteTrigger to 1
  18. end
  19.